home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / festival / README.Debian < prev    next >
Encoding:
Text File  |  2006-12-20  |  1.1 KB  |  34 lines

  1. This package has a few differences to Upstream which are not adequately
  2. reflected in the documentation.
  3.  
  4. - The standard .scm files are located in /usr/share/festival.
  5. - DTDs and related files are in /usr/share/sgml/festival.
  6.  
  7. Feel free to submit patches to me. ;-)
  8.  
  9.  
  10. If you want to enable the Festival server code, you need to do two
  11. things:
  12.  
  13. - Remove or comment the "exit 0" near the beginning of /etc/init.d/festval.
  14. - Set the 'server_access_list' variable to the host names you want to
  15.   grant access to the server.
  16.  
  17. Note that this variable holds a regular expression which is matched
  18. against whatever the client's IP address resolves to (or the address
  19. itself, if address-to-name resolution fails). For local connections,
  20. that is the first name in the '127.0.0.1' line of /etc/hosts; it may or
  21. may not be 'localhost'.
  22.  
  23. Set 'server_access_list' to NIL if you want to control access by other
  24. means (e.g., if your firewall filters incoming access to TCP port 1314,
  25. or whatever you've set the 'server_port' variable to):
  26.  
  27.     (set! 'server_access-list nil)
  28.  
  29.  
  30. Have fun!
  31.  
  32.   -- Matthias Urlichs <smurf@debian.org>
  33.  
  34.